home *** CD-ROM | disk | FTP | other *** search
- # Sorting order. Everything after # is ignored to the end of line (use CR-LF).
- # Char '#' MUST be in the first column of line or after character codes!
- # Each line describes one character. Because some languages use double chars as
- # one (e.g. 'ch' in czech), there are two codes for one char (decadic). For
- # one char put on second position 0.
- # Third number is 'mapping' flag. If set to 1, the next char (on next line) is
- # equivalent with this character. You can have max. 255 chars in order,
- # last used line MUST BE 0, 0, 0
- # Example:
- # 65, 0, 1 #'A', 0=no double char, 1=next char is equivalent
- # 97, 0, 0 #'a', 0=no double char, 0=no other char is equivalent
- #
- ################################################
- # #
- # E N G L I S H S O R T I N G T A B L E #
- # #
- ################################################
- 65, 0, 1
- 97, 0, 0
- 66, 0, 1
- 98, 0, 0
- 67, 0, 1
- 99, 0, 0
- 68, 0, 1
- 100, 0, 0
- 69, 0, 1
- 101, 0, 0
- 70, 0, 1
- 102, 0, 0
- 71, 0, 1
- 103, 0, 0
- 72, 0, 1
- 104, 0, 0
- 73, 0, 1
- 105, 0, 0
- 74, 0, 1
- 106, 0, 0
- 75, 0, 1
- 107, 0, 0
- 76, 0, 1
- 108, 0, 0
- 77, 0, 1
- 109, 0, 0
- 78, 0, 1
- 110, 0, 0
- 79, 0, 1
- 111, 0, 0
- 80, 0, 1
- 112, 0, 0
- 81, 0, 1
- 113, 0, 0
- 82, 0, 1
- 114, 0, 0
- 83, 0, 1
- 115, 0, 0
- 84, 0, 1
- 116, 0, 0
- 85, 0, 1
- 117, 0, 0
- 86, 0, 1
- 118, 0, 0
- 87, 0, 1
- 119, 0, 0
- 88, 0, 1
- 120, 0, 0
- 89, 0, 1
- 121, 0, 0
- 90, 0, 1
- 122, 0, 0
- 48, 0, 0
- 49, 0, 0
- 50, 0, 0
- 51, 0, 0
- 52, 0, 0
- 53, 0, 0
- 54, 0, 0
- 55, 0, 0
- 56, 0, 0
- 57, 0, 0
- 0, 0, 0 # MUST(!) BE AT END OF TABLE
-
-
-
-